home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Programming / RJTextEd.exe / {app} / InstallData / Syntax / Haskell.syx < prev    next >
Encoding:
Text File  |  2009-09-10  |  838 b   |  23 lines

  1. ;{$Haskell;Haskell.syx}
  2.  
  3. [Keywords]
  4. Types=Bool|Char|Double|Float|Int|Integer|Ordering|String|
  5. Typeclasses=Bounded|Enum|Eq|Floating|Fractional|Integral|Num|Ord|Read|Show|
  6. Expression words=$|\ |case|class|data|deriving|do|else|hiding|if|import|in|infixl|infixr|instance|let|module|newtype|of|otherwise|primitive|qualified|then|type|where|
  7. builtins=abs|ceiling|compare|div|elem|even|filter|flip|floor|foldl|foldl1|foldr|foldr1|fst|head|last|length|map|max|maximum|min|minimum|mod|negate|not|null|odd|pred|print|product|replicate|reverse|scanl|scanl1|scanr|scanr1|snd|sqrt|subtract|succ|sum|tail|takeWhile|zip|zipWith|
  8. Values=True|False|GT|EQ|LT|
  9.  
  10. [Options]
  11. LineCommentA=--
  12. CommentStartA={-
  13. CommentEndA=-}
  14. String="
  15. StringOnLine=1
  16. HexIdentifier=0x
  17. Escape=\
  18. Symbols=()[]=/*^><+-:@|`
  19. Numbers=0123456789.
  20. Case=1
  21. CaseTags=1
  22.  
  23.